<meta http-equiv="REFRESH" content="0; URL=index.html#accueil" />

<script language="javascript" type="text/javascript">

var sURL = unescape(window.location.pathname);

function doLoad()
{
    // the timeout value should be the same as in the "refresh" meta-tag
    setTimeout( "refresh()", 0*1 );
}

function refresh()
{
   
    window.location.href = 'index.html#accueil';
}
//-->

</script>